void BzrCrvInterp(RealType *Result, RealType *Input, int Size)
Result: | Where the interpolated control points will be placed. |
---|---|
Input: | Points to interpolate at node parameter values. |
Size: | Of control polygon. |
void |
---|
RealType SvdLeastSqr(RealType *A, RealType *x, RealType *b, int NData, int Nx)
A: | The matrix of size Nx by NData. |
---|---|
x: | The vector of sought solution of size Nx. |
b: | The vector of coefficients of size NData. |
NData, Nx: | Dimensions of input. |
RealType: The reciprocal of the condition number, if A != NULL, zero otherwise. |
---|